EPIC Integration Services

REST-based service endpoint to validate the extData.

Content type: Application/json

Supported method: POST

Request URL: https://example.com/api/epic/v1/room/map

POST

Sample request

https://[yourtenantfqdn]/api/epic/v1/room/map

    "extData type" : "1",

    "extData" :
    "sgdfhdsgfhgdshfds46564cashgdw72sdgfdshgjgfsdahfgksdfgjhdsfgsdhdashd242764233qweweytrfew6eafrgruywerewrsfg=="

 

}

Request parameter

Name

Type

Description

Required

extData type

Integer

External Integration Id

Yes

extData

String

Encrypted and Base64 encoded data

Yes

Sample response

{

    "roomkey": "73XEXLW8",

    "displayName": "Firstname Lastname"

}